GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-22T21:56:46.8156933+00:00",
"SubmitDate": "2026-06-22T21:56:46.8156933+00:00",
"ReportPeriodStart": "2026-06-22T21:56:46.8156933+00:00",
"ReportPeriodEnd": "2026-06-22T21:56:46.8156933+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b031ca55-d21a-4920-90b9-5acebe7d1fc8",
"Rows": [
{
"ItemId": "c20db55d-6583-466b-9cc7-d5a7ffa63c80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c20db55d-6583-466b-9cc7-d5a7ffa63c80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b031ca55-d21a-4920-90b9-5acebe7d1fc8",
"Rows": [
{
"ItemId": "c20db55d-6583-466b-9cc7-d5a7ffa63c80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c20db55d-6583-466b-9cc7-d5a7ffa63c80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"22693c67-ba6f-41a2-b371-31699a719363",
"04ce5a9f-d56a-4d81-910e-3292a7c804fe"
],
"Approvers": [
"bc5b4308-7916-450d-b0a1-935d93325970",
"9c306579-2603-474f-840b-8123447e7d57"
],
"ApprovedBy": "753c6c2d-9509-48fc-bbcd-cc9ffc338dd9",
"ApprovalDate": "2026-06-22T21:56:46.8156933+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8bf54fa8-f192-4c86-9312-f59ab7345ae7",
"id": "38428521-6ad1-405b-8db8-5df5af6cc2af",
"ConfigId": "0471de5f-0f65-4c50-904d-d8f2f1314f30"
},
{
"GenerationDate": "2026-06-22T21:56:46.8156933+00:00",
"SubmitDate": "2026-06-22T21:56:46.8156933+00:00",
"ReportPeriodStart": "2026-06-22T21:56:46.8156933+00:00",
"ReportPeriodEnd": "2026-06-22T21:56:46.8156933+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b031ca55-d21a-4920-90b9-5acebe7d1fc8",
"Rows": [
{
"ItemId": "c20db55d-6583-466b-9cc7-d5a7ffa63c80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c20db55d-6583-466b-9cc7-d5a7ffa63c80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b031ca55-d21a-4920-90b9-5acebe7d1fc8",
"Rows": [
{
"ItemId": "c20db55d-6583-466b-9cc7-d5a7ffa63c80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c20db55d-6583-466b-9cc7-d5a7ffa63c80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"22693c67-ba6f-41a2-b371-31699a719363",
"04ce5a9f-d56a-4d81-910e-3292a7c804fe"
],
"Approvers": [
"bc5b4308-7916-450d-b0a1-935d93325970",
"9c306579-2603-474f-840b-8123447e7d57"
],
"ApprovedBy": "753c6c2d-9509-48fc-bbcd-cc9ffc338dd9",
"ApprovalDate": "2026-06-22T21:56:46.8156933+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8bf54fa8-f192-4c86-9312-f59ab7345ae7",
"id": "38428521-6ad1-405b-8db8-5df5af6cc2af",
"ConfigId": "0471de5f-0f65-4c50-904d-d8f2f1314f30"
}
]